home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / misc / edu / Mentat.lha / Mentat / Catalogs / mentat.ct (.txt) < prev   
Amiga Catalog Translation file  |  2000-08-07  |  6KB  |  155 lines

  1. ## version $VER: Mentat.catalog 0.5.2 (08.08.00)
  2. ## language english
  3. ; >>> Main pulldown menu
  4. ;Menu subtitle - Project
  5. MSG_MMENU_PROJECT
  6. Project
  7. ;Menu Project item - show preferences window
  8. MSG_MENU_PREFS
  9. Prefs
  10. ;Menu Project item - show about program information
  11. MSG_MENU_ABOUT
  12. About
  13. ;Menu Project item - show about MUI window
  14. MSG_MENU_ABOUTMUI
  15. About MUI
  16. ;Menu Project item - Quit program
  17. MSG_MENU_QUIT
  18. ;Menu subtitle - Search
  19. MSG_MMENU_SEARCH
  20. Search
  21. ;Menu Search item - show search window
  22. MSG_MENU_SEARCHWINDOW
  23. Search window
  24. ; >>> Main WINDOW
  25. ;Title for listview with previously founded words
  26. MSG_MW_FOUNDEDWORDS_TITLE
  27. Founded Words
  28. ;Bubble text for text input area (for word to be searched)
  29. MSG_MW_FINDWORD_HELP
  30. Write a word you want to find in a dictionary.
  31. ;Bubble text for button that opens a window with previously founded words
  32. MSG_MW_OLDWORDS_HELP
  33. Press this button to see previously founded words.
  34. ;Title for listview with related words
  35. MSG_MW_RELATEDWORDS_TITLE
  36. Look also
  37. ;Bubble text for button that opens a window with related words
  38. MSG_MW_RELATEDWORDS_HELP
  39. Press this button to see a list of related words.
  40. ;Bubble text for button moving to previous word in dictionary
  41. MSG_MW_PREV_HELP
  42. Go to Previous word in dictionary.
  43. ;Bubble text for button moving to next word in dictionary
  44. MSG_MW_NEXT_HELP
  45. Go to Next word in dictionary.
  46. ;Title for group of searching tools
  47. MSG_MW_SEARCHGROUP_TITLE
  48. Choose a word to search
  49. ;Title for listview with description of founded word
  50. MSG_MW_RESULT_TITLE
  51. Results
  52. ; >>> Preference WINDOW
  53. ;Title for part of preference window with misc settings
  54. MSG_PW_MISC_SETTINGS
  55. ;Title for part of preference window with colors settings
  56. MSG_PW_COLORS_SETTINGS
  57. Colors
  58. ;Title for checkmark if Mentat should be casesensitiv
  59. MSG_PW_IGNORECASE
  60. Case sensitiv?
  61. ;Title for checkmark if Mentat should flash screen when there is no searched word
  62. MSG_PW_FLASHDISPLAY
  63. Flash display?
  64. ;Title for button to set color of Title in main listview
  65. MSG_PW_TITLECOLOR
  66. Choose Title color
  67. ;Title for button to set color of Quotated text in main listview
  68. MSG_PW_QUOTATIONCOLOR
  69. Choose Quotation color
  70. ;Title for button to set color of Related words in main listview
  71. MSG_PW_SIMILARCOLOR
  72. Choose Related Words color
  73. ;Title of the subwindow to choose color of Title in main listview
  74. MSG_PW_TITLECOLOR_WINDOW
  75. Choose a Title color
  76. ;Title of the subwindow to choose color of Quotated text in main listview
  77. MSG_PW_QUOTATIONCOLOR_WINDOW
  78. Choose a Quotation color
  79. ;Title of the subwindow to choose color of Related words in main listview
  80. MSG_PW_SIMILARCOLOR_WINDOW
  81. Choose a Related words link color
  82. ;Title of Group with objects to set window colors
  83. MSG_PW_PREFSCOLOR
  84. Color Settings
  85. ;Title of Group with objects to startup settings
  86. MSG_PW_STARTUPPREFS
  87. Startup Settings
  88. ;Use button of Preference Window
  89. MSG_PW_USEBUTTON
  90. ;Save button of Preference Window
  91. MSG_PW_SAVEBUTTON
  92. ;Cancel button of Preference Window
  93. MSG_PW_CANCELBUTTON
  94. Cancel
  95. ;Title of Preference Window
  96. MSG_PW_WINDOWTITLE
  97. Preference Window
  98. ; >>> Preference WINDOW
  99. ;Title of main listview in window with search results
  100. MSG_SW_LISTVIEW_TITLE
  101. Search results
  102. ;Bubble help to text input field - where you write core of the word to find it in dictionary
  103. MSG_SW_SEARCHSTRING_HELP
  104. Write base pattern of the words you want to find in dictionary.
  105. ;Search Window title
  106. MSG_SW_WINDOWTITLE
  107. Search Window
  108. ; >>> Main program texts
  109. ;Program description to be show as commodition info (in exchange for example)
  110. MSG_MENTAT_DESCRIPTION
  111. English2English Dictionary
  112. ;File name of AmigaGuide with manual for Mentat (if there is no right file
  113. ;for you language use most common language in your country)
  114. MSG_MENTAT_HELPFILE
  115. Mentat_eng.guide
  116. ;When you want to quit Mentat
  117. MSG_MENTAT_QUIT
  118. Are you sure to quit Mentat?
  119. ; >>> Error messages
  120. ;Message when Mentat is unable to open muimaster.library
  121. MSG_ERROR_MUI1
  122. Can't Open MUIMaster Library.\n
  123. ;When Mentat finds wrong structure of related words in datas
  124. MSG_ERROR_DCT1
  125. Error of data structure (related words structure).\n
  126. ;When Mentat has founded word in INDEX but there is now such a
  127. ;word in main data structure (can only happen when somebody was
  128. ;doing something with data)
  129. MSG_ERROR_DCT2
  130. Error of data structure (there is no such a word in main data dictionary, but index file claims there should be).\n
  131. ;When Mentat finds wrong structure of data (problem with START index calculations)
  132. MSG_ERROR_DCT3
  133. Error of data structure (index file points wrong START position of word in dictionary).\n
  134. ;When Mentat finds wrong structure of data (problem with END index calculations)
  135. MSG_ERROR_DCT4
  136. Error of data structure (index file points wrong END position of word in dictionary).\n
  137. ;No more free memory
  138. MSG_ERROR_NOMEMORY
  139. There is not enought free memory!\n
  140. ;Mentat can't open index file (there is no such or some privilage violation)
  141. MSG_ERROR_NOINDEX
  142. Can't open index file!\n
  143. ;Wrong version of INDEX file
  144. MSG_ERROR_OLDINDEX
  145. Wrong version of INDEX file (try to get new one from Mentat webpage).\n
  146. ;Mentat can't open dictionary file (there is no such or some privilage violation)
  147. MSG_ERROR_NODCT
  148. Can't open dictionary file!\n
  149. ;Wrong version of DICTIONARY file
  150. MSG_ERROR_OLDDCT
  151. Wrong version of DICTIONARY file (try to get new one from Mentat webpage).\n
  152. ;Dictionary is too short (probably file is corrupted)
  153. MSG_ERROR_2SHORTDCT
  154. Dictionary file is too short! - possible file corruption.\n
  155.